home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Aventura
/
dexter.swf
/
scripts
/
DefineButton2_505
/
BUTTONCONDACTION on(keyPress Space).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-10-24
|
369 b
|
20 lines
on(keyPress "<Space>"){
if(eval("/:mn") != "1" and getProperty("menu", _currentframe) < "2")
{
tellTarget("menu")
{
gotoAndStop("show");
play();
}
set("/:mn","1");
}
else if(eval("/:mn") == "1")
{
tellTarget("menu")
{
gotoAndStop(1);
}
set("/:mn","0");
}
}